Package-level declarations
Types
Link copied to clipboard
class BluetoothBroadcastReceiver @Inject constructor(bluetoothRepository: BluetoothRepository) : BroadcastReceiver
A helper class to call onChanged when bluetooth is enabled or disabled
Link copied to clipboard
Link copied to clipboard
@Singleton
Repository responsible for maintaining and updating the state of Bluetooth availability.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@DaggerGenerated
@DaggerGenerated
@DaggerGenerated
@DaggerGenerated
Link copied to clipboard
@DaggerGenerated
@DaggerGenerated
@DaggerGenerated
@DaggerGenerated
Link copied to clipboard
data class BluetoothState(val hasPermissions: Boolean = false, val enabled: Boolean = false, val bondedDevices: List<BluetoothDevice> = emptyList())
A snapshot in time of the state of the bluetooth subsystem.